home *** CD-ROM | disk | FTP | other *** search
/ Info-Mac 4 / Info_Mac IV CD-ROM (Pacific HiTech Inc.)(August 1994).iso / Applications / Tax ƒ / Tax FKEY--READ ME < prev    next >
Text File  |  1994-05-07  |  3KB  |  84 lines

  1. Tax FKEY--READ ME
  2. © 1993, 1994 by David Alten
  3. version 1.0.1, May 1994
  4.  
  5.  
  6. DISCLAIMER
  7. ==========
  8. Use at our own risk. I won't be held responsible for any loss of data or
  9. other disasters you might have by using this software. It's freeware.
  10. Also, if you plan on including this on any CD-ROM or commercial product,
  11. notify me first.
  12.  
  13.  
  14. WHAT IS IT?
  15. ===========
  16. I wrote this FKEY for one reason: To use it with Quicken. I frequently
  17. need to add the tax to a number when I enter it. I must have looked at
  18. every single calculator ever written for the Mac, including several fancy
  19. HP's. Not one had a % sign. So I decided to write my own little program
  20. to figure out the tax. This is the result. The source code is included,
  21. should you need to customize the FKEY. Please do not re-distribute
  22. modified copies.
  23.  
  24. This program basically does three things: 1) Read the number from the
  25. clipboard. 2) Compute number+tax. 3) Put the new number in the clipboad. 
  26. It is assumed that you have a positive number with either one or two
  27. digits after the decimal point. If you have something like "5-G8x%L99"
  28. in the clipboard, it will be treated as "58.99." The period is assumed
  29. to be the decimal separator.
  30.  
  31.  
  32. INSTALLATION
  33. ============
  34. There are several utilities for installing FKEYs. Basically, use ResEdit
  35. to copy the resource in "Tax FKEY" into any application which you want
  36. to use it in. Copy the resource into the System file for global access.
  37. Check with sumex-aim.stanford.edu or mac.archive.umich.edu for
  38. various utilities and FAQs on installing FKEYs.
  39.  
  40. The "Tax FKEY" file contains a 68000 compiled version of the FKEY. It
  41. should work on any Mac, including the AVs and Power Macs. The ID is
  42. set to 5, so you need to press SHIFT-COMMAND-5 to activate the FKEY.
  43.  
  44. The Tax FKEY is harcoded for an 8.25% sales tax. I included the source
  45. code should you need to change this (or other things.)
  46.  
  47. This FKEY is best used in conjuction with QuicKeys. Here's my sequence:
  48. 1. TAB
  49. 2. SHIFT-TAB
  50. 3. CMD-C
  51. 4. Tax FKEY
  52. 5. CMD-V
  53.  
  54. Now all I have to do is type in a number and press a key to activate the
  55. QuicKeys sequence. This should also work for any cell-based program, like
  56. Excel or Word's tables.
  57.  
  58.  
  59. NOTES
  60. =====
  61. Since this was my first FKEY (first Mac code, actually), I borrowed
  62. some code from the authors of "Block Comment FKEY". This came
  63. with THINK Pascal and is located in the Utilities folder. I blatantly
  64. copied some of their code and left it as is, including variable names
  65. and comments. Thanks to Clement Wang and Greg Howe for commenting
  66. their code so well!!
  67.  
  68. This has been tested  on a IIsi, System 7.0-7.1 and Quicken 3-4. I've
  69. been using it for over a year now with no problems.
  70.  
  71. Please send bug-reports, postacards, cash, hardware, etc. to one of
  72. the addresses below.
  73.  
  74. Happy hacking!!
  75.  
  76.  
  77. David Alten
  78. P.O. Box 20056
  79. Houston, TX 77225-0056
  80. U.S.A.
  81. internet: elee74l@menudo.uh.edu
  82. HE KUER!!    
  83.  
  84.